Skip to content

Commit 4e2512e

Browse files
committed
Update scripts.
1 parent 23bb0bc commit 4e2512e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

package.json

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
{
22
"name": "nautilus",
33
"version": "0.1.0",
4-
"description": "Just another block theme.",
4+
"description": "A WordPress block theme.",
55
"author": "Nick Diego",
66
"license": "GPL-2.0-or-later",
77
"repository": {
88
"type": "git",
99
"url": "git://github.com/ndiego/nautilus.git"
1010
},
1111
"scripts": {
12-
"theme-zip": "composer zip",
13-
"start-sass": "sass --watch src/blocks:assets/blocks src/style.scss:style.css --no-source-map",
14-
"build-sass": "sass src/blocks:assets/blocks --no-source-map --style=compressed"
12+
"build:sass:blocks": "sass src/blocks:assets/blocks --no-source-map --style=compressed",
13+
"build:sass:style": "sass src/style.scss:style.css --no-source-map",
14+
"start:sass": "sass --watch src/blocks:assets/blocks src/style.scss:style.css --no-source-map",
15+
"theme-zip": "composer zip"
1516
},
1617
"devDependencies": {
1718
"@wordpress/scripts": "^28.0.0"

0 commit comments

Comments
 (0)